[DEPRECATED] Use form field endpoints instead. Retrieves a specific incident custom field selection by id
curl --request GET \
--url https://api.rootly.com/v1/incident_custom_field_selections/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "<string>",
"type": "incident_custom_field_selections",
"attributes": {
"value": "<string>",
"selected_option_ids": [
123
],
"incident_id": "<string>",
"custom_field_id": 123
}
}
}Was this page helpful?
curl --request GET \
--url https://api.rootly.com/v1/incident_custom_field_selections/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "<string>",
"type": "incident_custom_field_selections",
"attributes": {
"value": "<string>",
"selected_option_ids": [
123
],
"incident_id": "<string>",
"custom_field_id": 123
}
}
}